From 8858b44aa2508a2cf0347a9d0d11d5249226d53c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=3D=3FUTF-8=3Fq=3FFabi=3DC3=3DA1n=3D20Ezequiel=3D20Gallina?= =?utf8?q?=3F=3D?= Date: Thu, 17 May 2012 00:03:38 -0300 Subject: [PATCH] Enhancements on ipython 0.10 setup documentation (thanks to @tkf for the hint) --- lisp/progmodes/python.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index cbd6d925341..b87ab57c66f 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -85,10 +85,12 @@ ;; "';'.join(get_ipython().Completer.all_completions('''%s'''))\n") ;; For iPython 0.10 everything would be the same except for -;; `python-shell-completion-string-code': +;; `python-shell-completion-string-code' and +;; `python-shell-completion-module-string-code': ;; (setq python-shell-completion-string-code -;; "';'.join(__IP.complete('''%s'''))\n") +;; "';'.join(__IP.complete('''%s'''))\n" +;; python-shell-completion-module-string-code "") ;; Unfortunately running iPython on Windows needs some more tweaking. ;; The way you must set `python-shell-interpreter' and -- 2.30.2